home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / v cisle / fotomosaik / Setup-Foto-Mosaik.exe / install_script.iss
Text File  |  2007-02-22  |  4KB  |  87 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Foto-Mosaik
  5. AppVerName=Foto-Mosaik 4.1.0
  6. AppId=Foto-Mosaik
  7. AppPublisher=Steffen Schirmer
  8. AppPublisherURL=http://www.sixdots.de/mosaik/
  9. AppSupportURL=http://www.sixdots.de/mosaik/de/faq.php
  10. AppUpdatesURL=http://www.sixdots.de/mosaik/de/download.php
  11. DefaultDirName={pf}\Foto-Mosaik
  12. DefaultGroupName=Foto-Mosaik
  13. OutputBaseFilename=Setup-Foto-Mosaik-4.1.0
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\Foto-Mosaik.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\history.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\ueberweisungsformular.pdf"; DestDir: "{app}"; Languages: "de"; Flags: ignoreversion 
  23. Source: "{app}\Default,1.lang"; DestDir: "{app}"; DestName: "Default.lang"; Languages: "de"; Flags: ignoreversion 
  24. Source: "{app}\Default,2.lang"; DestDir: "{app}"; DestName: "Default.lang"; Languages: "en"; Flags: ignoreversion 
  25. Source: "{app}\Lizens.txt"; DestDir: "{app}"; Languages: "de"; Flags: ignoreversion 
  26. Source: "{app}\License.txt"; DestDir: "{app}"; Languages: "en"; Flags: ignoreversion 
  27.  
  28. [Registry]
  29. Root: HKCU; Subkey: "Software\Foto-Mosaik"; Flags: uninsdeletekey 
  30.  
  31. [INI]
  32. FileName: "{app}\Homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sixdots.de/mosaik"; 
  33. FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sixdots.de/mosaik/faq.php"; 
  34. FileName: "{app}\Updates.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sixdots.de/mosaik/download.php"; 
  35. FileName: "{app}\Homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sixdots.de/mosaik_en/"; 
  36. FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sixdots.de/mosaik_en/faq.php"; 
  37. FileName: "{app}\Updates.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sixdots.de/mosaik_en/download.php"; 
  38.  
  39. [Run]
  40. Filename: "{app}\Foto-Mosaik.exe"; Description: "Foto-Mosaik starten"; Languages: "de"; Flags: postinstall skipifsilent nowait
  41. Filename: "{app}\Foto-Mosaik.exe"; Description: "Start Foto-Mosaik"; Languages: "en"; Flags: postinstall skipifsilent nowait
  42.  
  43. [Icons]
  44. Name: "{group}\Foto-Mosaik"; Filename: "{app}\Foto-Mosaik.exe"; 
  45. Name: "{group}\History-Changelog"; Filename: "{app}\history.txt"; 
  46. Name: "{group}\Homepage"; Filename: "{app}\Homepage.url"; 
  47. Name: "{group}\Support"; Filename: "{app}\Support.url"; 
  48. Name: "{group}\Updates"; Filename: "{app}\Updates.url"; 
  49. Name: "{group}\Uninstall Foto-Mosaik"; Filename: "{uninstallexe}"; 
  50. Name: "{userdesktop}\Foto-Mosaik"; Filename: "{app}\Foto-Mosaik.exe"; Tasks: desktopicon; 
  51.  
  52. [Tasks]
  53. Name: "desktopicon"; Description: "&Desktop Icon erstellen"; GroupDescription: "Additional icons:"; Languages: "de"; 
  54. Name: "desktopicon"; Description: "&Create Desktop-Icon"; GroupDescription: "Additional icons:"; Languages: "en"; 
  55.  
  56. [UninstallDelete]
  57. Type: files; Name: "{app}\Homepage.url"; 
  58. Type: files; Name: "{app}\Support.url"; 
  59. Type: files; Name: "{app}\Updates.url"; 
  60. Type: dirifempty; Name: "{app}"; 
  61.  
  62. [CustomMessages]
  63. en.NameAndVersion=%1 version %2
  64. en.AdditionalIcons=Additional icons:
  65. en.CreateDesktopIcon=Create a &desktop icon
  66. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  67. en.ProgramOnTheWeb=%1 on the Web
  68. en.UninstallProgram=Uninstall %1
  69. en.LaunchProgram=Launch %1
  70. en.AssocFileExtension=&Associate %1 with the %2 file extension
  71. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  72. de.NameAndVersion=%1 Version %2
  73. de.AdditionalIcons=ZusΣtzliche Symbole:
  74. de.CreateDesktopIcon=&Desktop-Symbol anlegen
  75. de.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste anlegen
  76. de.ProgramOnTheWeb=%1 im Internet
  77. de.UninstallProgram=%1 entfernen
  78. de.LaunchProgram=%1 starten
  79. de.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  80. de.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  81.  
  82. [Languages]
  83. ; These files are stubs
  84. ; To achieve better results after recompilation, use the real language files
  85. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.txt"; 
  86. Name: "de"; MessagesFile: "embedded\de.isl"; LicenseFile: "embedded\deLicense.txt"; 
  87.